================================
Lasso Professional Server 8.6.0.1
Change Notes

Version: 8.6.0.1
Release: April 11, 2011
================================

- Introduction
- Updated Fixes


--------------------------------
Introduction
--------------------------------

Lasso Professional 8.6.0.1 is a free update to Lasso Professional 8.6.0 which is recommended for all users. This update includes important new functionality for the [Decimal] type.


--------------------------------
Updated Features and Fixes
--------------------------------

- Added [Decimal_SetGlobalDefaultPrecision] tag to set global output precision for [Decimal] types.
	- Global precision can be overridden using the ->setFormat tag.
	- Usage:
		- [Decimal_SetGlobalDefaultPrecision( Integer )]
	- Example:
		74.0 + 0.232; // 74.232000
		Decimal_SetGlobalDefaultPrecision( 2 );
		74.0 + 0.232 // 74.23
		



================================
Copyright  2011 LassoSoft, Inc. All rights reserved.
